ItemFormatter Property (FlexChartBase<T>)
Gets or sets the name of the item formatter function that allows you to customize the appearance of data points.
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public virtual string ItemFormatter {get; set;}
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Overridable Property ItemFormatter As String